/*-----| HEADER: CMS-Navigation				|--------------------------------------------------------------------------------------------------------------*/
#mToggler											{ display: block; position: absolute; left: 50px; top: 70px; width: 56px; height: 106px; }
#mToggler div										{ height: 10px; border-radius: 5px; margin-bottom: 8px; background: #dd2821; }



#nav_supercontainer								{ height: 185px; }
.navi_background									{ visibility: hidden; }

#hamburgerNavigation								{ position: absolute; left: 0; top: 126px; background: #ffffff; z-index: 100000; }
#hamburger											{ display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; width: 600px; }
#hamburger > div									{ width: 50%; }
#hamburgerNavigation.open						{ display: block; }

#hamburgerNavigation ul							{ }
#hamburgerNavigation ul li						{ list-style: none; }
#hamburgerNavigation ul li a					{ display: block; padding: 6px 24px;
														  font-size: 14px; font-family: 'Raleway', sans-serif; font-weight: bold; line-height: 36px; text-decoration: none; color: #000000; }
#hamburgerNavigation ul li ul					{ padding: 0 0 18px 18px; }
#hamburgerNavigation ul li ul li a			{ padding: 0 24px; font-size: 12px; line-height: 24px; }

#hamburger_close									{ position: absolute; right: 0; top: 0; width: 24px; height: 24px; background: #dd2821; color: #ffffff; line-height: 23px; text-align: center; font-weight: 900; font-size: 18px; cursor: pointer; }

